home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- mouseClick()
- set oldSprites to saveSprites()
- set oldCursors to saveCursors()
- clearCursors()
- set button to [133 + 144, 141 + 144]
- repeat with i = 21 to 37
- set the cursor of sprite i to button
- end repeat
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to 0
- set the visible of sprite 11 to 0
- play frame "OPTIONS"
- restoreSprites(oldSprites)
- restoreCursors(oldCursors)
- end
-